home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990422-19990725 / 000160_news@watsun.cc.columbia.edu _Wed Jun 16 09:49:15 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@watsun.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA00399
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 16 Jun 1999 09:49:15 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id JAA22075
  7.     for kermit.misc@watsun.cc.columbia.edu; Wed, 16 Jun 1999 09:36:33 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: modem file transfer problem
  11. Date: 16 Jun 1999 13:36:32 GMT
  12. Organization: Columbia University
  13. Message-ID: <7k8990$lho$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <7k7bv7$i7g$1@sparky.wolfe.net>, Steve <baus@wolfenet.com> wrote:
  17. : Trying to transfer a file from a DOS 6.22 PDA to a PC, both of which are
  18. : using Kermit 3.15.  It works when using a serial cable but not when using
  19. : external modems, both Zoom, one 33.6 the other 56K.
  20. : I connect at 9600 but the PDA just gets retries but the PCs packets count up
  21. : in synch with the PDAs retries.  I have set the port, speed, parity,
  22. : handshake, duplex on both and tried all sorts of Hayes AT commands without
  23. : any luck.
  24. Most likely a speed mismatch.  Make sure both modems are configured to lock
  25. their serial speeds and not adjust them to the negotiated connection speed.
  26.  
  27. Second most likely: a lack of adequate flow control.
  28.  
  29. After that come parity, transparency problems, etc.
  30.  
  31. - Frank